* {
color: -gtk-win32-color(button, 18);
- -GtkWidget-link-color: -gtk-win32-color(button, 26);
- -GtkWidget-visited-link-color: -gtk-win32-color(button, 26);
border-color: shade (@bg_color, 0.6);
-GtkScrolledWindow-scrollbars-spacing: 0;
}
+:link {
+ color: -gtk-win32-color(button, 26);
+}
+
+:visited {
+ color: -gtk-win32-color(button, 26);
+}
+
frame {
border-width: 2px;
border-style: solid;
background-color: transparent;
background-image: -gtk-win32-theme-part(button, 1 1);
border-width: 0;
- -GtkWidget-focus-line-width: 1;
- -GtkWidget-focus-padding: 3;
- -GtkButton-default-border: 0px;
padding: 3px;
}
padding: 2px;
}
-/* Make arrows a bit smaller to fit better into W32 theme
- FIXME: they still have the wrong style though - angle instead of a filled triangle */
-menuitem {
- -GtkMenuItem-arrow-scaling: 0.5;
-}
-
/* Assistant */
GtkAssistant .sidebar .highlight {
* first(last in RTL?) tab has extra gap that disappears (due to overlapping) when this tab activates
This can't be emulated in GTK, so we won't even try.
*/
- -GtkNotebook-tab-overlap: 0;
- -GtkNotebook-tab-curvature: 0;
}
notebook tab {